home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / glowdrm.dir / 00070_Script_70 < prev    next >
Text File  |  1994-11-29  |  346b  |  19 lines

  1. on exitFrame
  2.   global CM3SC1M1
  3.   
  4.   
  5.   if the movieTime of sprite 3 = CM3SC1M1 then
  6.     go to the frame + 1
  7.   else
  8.     go to frame the frame
  9.   end if
  10.   
  11. end
  12.  
  13.  
  14. on mousedown
  15.   set the movieRate of sprite 3 to 0
  16.   updateStage -- just to make sure it's stopped
  17.   -- completely exit council area
  18.   go to frame "glowend"
  19. end mousedown